home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / TO_SCR.HDR < prev    next >
Text File  |  1994-04-25  |  674b  |  38 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _To_Scr() --> NIL
  8.  
  9. PARAMETERS:
  10.  
  11. NONE
  12.  
  13. SHORT:
  14.  
  15. Set output device to screen.
  16.  
  17. DESCRIPTION:
  18.  
  19. _To_Scr() simply set's output to Screen (console), eliminating the need
  20. for three print redirection statements each time.
  21.  
  22. NOTE:
  23.  
  24.  
  25.  
  26. EXAMPLE:
  27.  
  28. _To_Scr()
  29.  
  30.  
  31. Result: Output is directed to the screen via:
  32.  
  33. SET PRINT OFF
  34. SET DEVICE TO SCREEN
  35. SET CONS ON
  36.  
  37. ******************************************************************************/
  38.